home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / man / cat.n / linsert.n < prev    next >
Text File  |  1995-07-25  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4.      lllliiiinnnnsssseeeerrrrtttt((((nnnn))))                   TTTTccccllll (((( ))))                   lllliiiinnnnsssseeeerrrrtttt((((nnnn))))
  5.  
  6.  
  7.  
  8.      _________________________________________________________________
  9.  
  10.      NNNNAAAAMMMMEEEE
  11.           linsert - Insert elements into a list
  12.  
  13.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  14.           lllliiiinnnnsssseeeerrrrtttt _l_i_s_t _i_n_d_e_x _e_l_e_m_e_n_t ?_e_l_e_m_e_n_t _e_l_e_m_e_n_t ...?
  15.      _________________________________________________________________
  16.  
  17.  
  18.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  19.           This command produces a new list from _l_i_s_t by inserting  all
  20.           of  the _e_l_e_m_e_n_t arguments just before the _i_n_d_e_xth element of
  21.           _l_i_s_t.  Each _e_l_e_m_e_n_t argument will become a separate  element
  22.           of  the  new  list.  If _i_n_d_e_x is less than or equal to zero,
  23.           then the new elements are inserted at the beginning  of  the
  24.           list.   If  _i_n_d_e_x  is greater than or equal to the number of
  25.           elements in the list, then the new elements are appended  to
  26.           the list.
  27.  
  28.  
  29.      KKKKEEEEYYYYWWWWOOOORRRRDDDDSSSS
  30.           element, insert, list
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 7/17/95)
  64.  
  65.  
  66.  
  67.